runtime.schedt.deferlock (field)
8 uses
	runtime (current package)
		mgc.go#L1822: 	lock(&sched.deferlock)
		mgc.go#L1831: 	unlock(&sched.deferlock)
		panic.go#L526: 		lock(&sched.deferlock)
		panic.go#L533: 		unlock(&sched.deferlock)
		panic.go#L584: 		lock(&sched.deferlock)
		panic.go#L587: 		unlock(&sched.deferlock)
		proc.go#L785: 	lockInit(&sched.deferlock, lockRankDefer)
		runtime2.go#L830: 	deferlock mutex
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |